home *** CD-ROM | disk | FTP | other *** search
/ Realizing the Dream - An …al Space Station Sampler / Realizing the Dream - An International Space Station Sampler (NASA).iso / pc / wt / webmodule_new / introtext.swf / scripts / DefineSprite_148 / frame_14 / DoAction.as
Encoding:
Text File  |  2000-10-31  |  194 b   |  10 lines

  1. play();
  2. set("letter:char",chr("65" + random("57")));
  3. set("letter2:char",chr("65" + random("57")));
  4. letterCount += "1";
  5. if(letterCount == "20")
  6. {
  7.    gotoAndStop("Finish2");
  8.    play();
  9. }
  10.